home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / +look_here_1st!+ / handy_tools / statram3 / mountlist < prev    next >
Text File  |  1997-12-12  |  523b  |  27 lines

  1. /*
  2.  * Recoverable RAM disk mount entry
  3.  *
  4.  * The maximum size of the disk is controlled by the value of the HighCyl
  5.  * line. Increasing this value by 1 consumes an additional 11K of RAM.
  6.  * So the default value of 79 consumes, when the disk full, around 880K of
  7.  * memory.
  8.  */
  9.  
  10. SD0:
  11.     Device        = statram.device
  12.     Unit        = 0
  13.     Flags        = 0
  14.     Surfaces    = 2
  15.     BlocksPerTrack    = 11
  16.     Reserved    = 2
  17.     Interleave    = 0
  18.     LowCyl        = 0
  19.     HighCyl        = 79
  20.     Buffers        = 5
  21.     BufMemType    = 1
  22.     StackSize    = 600
  23.     Priority    = 5
  24.     DosType        = 0x444F5301
  25.     Mount        = 1
  26. #
  27.